Cortex > Metrics
Administration
Cortex > System Health
Cortex > Session Management
Cortex > Index Management
Cortex > Document Operations
Cortex > Search Operations
Cortex > A/B Testing
Cortex > Analytics
Cortex > Feedback
Nous > Health
Nous > A/B Testing
Nous > Adaptation
Nous > Learning > Models
Nous > Learning > Search Patterns
Nous > Learning > Feedback
Nous > Learning > Metrics and Events
Nous > Signals
Cortex > A/B Testing
Assign to A/B Test
POST
/
cortex
/
ab-test
/
assign
Copy
curl --request POST \
--url https://api.sophra.org/api/cortex/ab-test/assign \
--header 'Content-Type: application/json' \
--data '{
"sessionId": "{{session}}",
"testName": "{{variate_test_name}}"
}'
Copy
"<any>"
Body
application/json · object
Response
200 - application/json
Successful response
The response is of type any
.
Copy
curl --request POST \
--url https://api.sophra.org/api/cortex/ab-test/assign \
--header 'Content-Type: application/json' \
--data '{
"sessionId": "{{session}}",
"testName": "{{variate_test_name}}"
}'
Copy
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.